home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / anacroz.swf / scripts / DefineButton2_1946 / BUTTONCONDACTION on(press).as
Text File  |  2010-11-09  |  112b  |  6 lines

  1. on(press){
  2.    _root.destino = "cenario" + _root.ex_cenario._currentframe;
  3.    stopAllSounds();
  4.    play();
  5. }
  6.